home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / home / admin / www / start.php < prev    next >
Encoding:
PHP Script  |  2005-03-31  |  1.1 KB  |  47 lines

  1. <?
  2. /*
  3. ####################################################
  4. # Name: The Uniform Server Admin Panel 2.0
  5. # Developed By: The Uniform Server Development Team
  6. # Modified Last By: Olajide Olaolorun (empirex) 
  7. # Web: http://www.uniformserver.com
  8. ####################################################
  9. */
  10.  
  11. // Includes
  12. include "includes/config.inc.php";
  13. include "$apanel_path/includes/lang/".file_get_contents("includes/.lang").".php"; 
  14. include "includes/header.php";
  15. ?>
  16.  
  17. <div id="main">
  18.     <h2>» <?=$US['title']?> [<?include("includes/.version")?>] </h2>
  19.     <h3><?=$US['main-head']?></h3>
  20.     <p><?=$US['main-text']?></p>
  21. </div>
  22. <div id="resolve">
  23.     <h3 class="sub"><?=$US['main-secure']?></h3>
  24.     <ul>
  25.     <li style="color:red;"><?=$US['main-text-0']?></li>
  26.     <li style="color:red;"><?=$US['main-text-1']?></li>
  27.     <li style="color:red;"><?=$US['main-text-2']?></li>
  28.     </ul>
  29. </div>
  30.  
  31. <!--
  32. <div id="resolve">
  33.     <h3 class="sub">Security</h3>
  34.     <ul>
  35.     <li>» 15-Mar-05, 20:00 - <a href="index.html">Topic</a> - posted by <span class="name">admin</span> </li>
  36.     </ul>
  37. </div>
  38. -->
  39.  
  40.  
  41. <?
  42. // Footer
  43. include "includes/footer.php";
  44. ?>
  45.  
  46.  
  47.